Everything Totally Explained


Ask & we'll explain, totally!
Memory coherence
Totally Explained


  NEW! All the latest news in the worlds of computer gaming, entertainment, the environment,  
finance, health, politics, science, stocks & shares, technology and much, much, more.  


View this entry using RSS

Everything about Memory Coherence totally explained

Memory coherence is an issue that affects the design of computer systems in which two or more processors share a common area of memory. A computer system does useful work by reading data from permanent storage into memory, performing some operation on that data (such as adding up two numbers) and then storing the result back to permanent storage. In a uniprocessor system (such as a simple personal computer) there's only one processor doing all the work, and therefore only one processor that can read or write the data values. Moreover a simple uniprocessor can only do one thing at a time, so when a value in storage is changed, all subsequent read operations will see the updated value.
   In multiprocessor systems however there are two or more processors working at the same time, so there's the possibility that the processors will all want to process the same value at the same time. Provided none of the processors updates the value then they can share it indefinitely, but as soon as one updates the value, the others will be working on an out-of-date copy. Some scheme is required to notify all processors of changes to shared values; such a scheme is known as a "memory coherence protocol". The coherency isn't enough to be able to write concurrent programs and thus comes along a cache consistency model.
   Various protocols have been devised for maintaining memory coherency, such as the MSI protocol and its derivatives MESI, MOSI and MOESI. Most of the cache protocols in multiprocessors support a sequential consistency model.

Further Information

Get more info on 'Memory Coherence'.


External Link Exchanges

Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:

    <a href="http://memory_coherence.totallyexplained.com">Memory coherence Totally Explained</a>

Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
   As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned.



Copyright © 2007-8 totallyexplained.com | Licensed under the GNU Free Documentation License | Site Map
This article contains text from the Wikipedia article Memory coherence (History) and is released under the GFDL | RSS Version